home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’97 / Finder Dungeon / source code / MoreFiles 1.4.6 / C Headers / OptimizationEnd.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-06-28  |  412 b   |  24 lines  |  [TEXT/MPS ]

  1. /*
  2. **    The Optimization changes to MoreFiles source and header files, along with
  3. **    this file and Optimization.h, let you optimize the code produced by MoreFiles
  4. **    in several ways.
  5. **
  6. **    Original changes supplied by Fabrizio Oddone
  7. **
  8. **    File:    OptimizationEnd.h
  9. */
  10.  
  11.  
  12. #if defined(__MWERKS__)
  13. //#pragma internal reset
  14. #endif
  15.  
  16.  
  17. #if    __WANTPASCALELIMINATION
  18.  
  19. #ifndef __COMPILINGMOREFILES
  20. #undef pascal
  21. #endif
  22.  
  23. #endif
  24.